const runtime.emptyRest

28 uses

	runtime (current package)
		map.go#L86: 	emptyRest      = 0 // this cell is empty, and there are no more non-empty cells at higher indexes or overflows.
		map.go#L449: 				if b.tophash[i] == emptyRest {
		map.go#L519: 				if b.tophash[i] == emptyRest {
		map.go#L563: 				if b.tophash[i] == emptyRest {
		map.go#L664: 				if b.tophash[i] == emptyRest {
		map.go#L781: 				if b.tophash[i] == emptyRest {
		map.go#L814: 				if b.overflow(t) != nil && b.overflow(t).tophash[0] != emptyRest {
		map.go#L818: 				if b.tophash[i+1] != emptyRest {
		map.go#L823: 				b.tophash[i] = emptyRest
		map.go#L1098: 					b.tophash[i] = emptyRest
		map_fast32.go#L152: 				if b.tophash[i] == emptyRest {
		map_fast32.go#L251: 				if b.tophash[i] == emptyRest {
		map_fast32.go#L349: 				if b.overflow(t) != nil && b.overflow(t).tophash[0] != emptyRest {
		map_fast32.go#L353: 				if b.tophash[i+1] != emptyRest {
		map_fast32.go#L358: 				b.tophash[i] = emptyRest
		map_fast64.go#L152: 				if b.tophash[i] == emptyRest {
		map_fast64.go#L253: 				if b.tophash[i] == emptyRest {
		map_fast64.go#L353: 				if b.overflow(t) != nil && b.overflow(t).tophash[0] != emptyRest {
		map_fast64.go#L357: 				if b.tophash[i+1] != emptyRest {
		map_fast64.go#L362: 				b.tophash[i] = emptyRest
		map_faststr.go#L33: 					if b.tophash[i] == emptyRest {
		map_faststr.go#L49: 				if b.tophash[i] == emptyRest {
		map_faststr.go#L137: 					if b.tophash[i] == emptyRest {
		map_faststr.go#L153: 				if b.tophash[i] == emptyRest {
		map_faststr.go#L264: 				if b.tophash[i] == emptyRest {
		map_faststr.go#L368: 				if b.overflow(t) != nil && b.overflow(t).tophash[0] != emptyRest {
		map_faststr.go#L372: 				if b.tophash[i+1] != emptyRest {
		map_faststr.go#L377: 				b.tophash[i] = emptyRest